@charset "utf-8";

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    touch-action: manipulation;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
    display: block;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    border: 1px solid black;
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: 400;
}

dl,
ol,
ul {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none;
    outline: none;
    font-family: Arial, Microsoft Yahei;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

input {
    outline: 0;
}

input::-webkit-input-safebox-button {
    display: none;
    /*去掉搜狗浏览器密码软盘*/
}

body {
    color: #000;
    font-family: Arial, Microsoft Yahei;
}

header,
footer,
main,
header *,
footer *,
main * {
    box-sizing: border-box;
    line-height: 1;
}

/* @media(min-width: 1201px) { */
    .teaser {
        opacity: 0;
        transform: translate3d(0, 73px, 0);
        transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
    }

    .teaser.is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .lter {
        opacity: 0;
        transform: translate3d(-73px, 0, 0);
        transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
    }

    .lter.is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .rter {
        opacity: 0;
        transform: translate3d(73px, 0, 0);
        transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
    }

    .rter.is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
/* } */

#web-ietip {
    width: 526px;
    height: 90px;
    padding: 83px 0 0 84px;
    overflow: hidden;
    background: url(../css/ietip/browser.png) no-repeat center center;
    margin: 200px auto 0;
}

#web-ietip a {
    display: block;
    width: 65px;
    height: 80px;
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

html {
    font-size: calc(100vw / 1920 * 100);
}

@media(max-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media(max-width: 1800px) {
    html {
        font-size: calc(100vw / 1800 * 100);
    }
}

@media(max-width: 843px) {
    html {
        font-size: calc(843px / 1800 * 100);
    }
}

body {
    font-size: calc(16 * 1rem / 100);
}

@media(max-width: 1575px) {
    body {
        font-size: 14px;
    }
}

.s12 {
    font-size: calc(12 * 1rem / 100);
}

@media(max-width: 1800px) {
    .s12 {
        font-size: 12px;
    }
}

.s13 {
    font-size: calc(13 * 1rem / 100);
}

@media(max-width: 1730px) {
    .s13 {
        font-size: 12.5px;
    }
}

.s14 {
    font-size: calc(14 * 1rem / 100);
}

@media(max-width: 1671px) {
    .s14 {
        font-size: 13px;
    }
}

.s15 {
    font-size: calc(15 * 1rem / 100);
}

@media(max-width: 1620px) {
    .s15 {
        font-size: 13.5px;
    }
}

.s16 {
    font-size: calc(16 * 1rem / 100);
}

@media(max-width: 1575px) {
    .s16 {
        font-size: 14px;
    }
}

.s17 {
    font-size: calc(17 * 1rem / 100);
}

@media(max-width: 1535px) {
    .s17 {
        font-size: 14.5px;
    }
}

.s18 {
    font-size: calc(18 * 1rem / 100);
}

@media(max-width: 1500px) {
    .s18 {
        font-size: 15px;
    }
}

.s19 {
    font-size: calc(19 * 1rem / 100);
}

@media(max-width: 1468px) {
    .s19 {
        font-size: 15.5px;
    }
}

.s20 {
    font-size: calc(20 * 1rem / 100);
}

@media(max-width: 1440px) {
    .s20 {
        font-size: 16px;
    }
}

.s21 {
    font-size: calc(21 * 1rem / 100);
}

@media(max-width: 1414px) {
    .s21 {
        font-size: 16.5px;
    }
}

.s22 {
    font-size: calc(22 * 1rem / 100);
}

@media(max-width: 1390px) {
    .s22 {
        font-size: 17px;
    }
}

.s23 {
    font-size: calc(23 * 1rem / 100);
}

@media(max-width: 1369px) {
    .s23 {
        font-size: 17.5px;
    }
}

.s24 {
    font-size: calc(24 * 1rem / 100);
}

@media(max-width: 1350px) {
    .s24 {
        font-size: 18px;
    }
}

.s25 {
    font-size: calc(25 * 1rem / 100);
}

@media(max-width: 1332px) {
    .s25 {
        font-size: 18.5px;
    }
}

.s26 {
    font-size: calc(26 * 1rem / 100);
}

@media(max-width: 1315px) {
    .s26 {
        font-size: 19px;
    }
}

.s27 {
    font-size: calc(27 * 1rem / 100);
}

@media(max-width: 1300px) {
    .s27 {
        font-size: 19.5px;
    }
}

.s28 {
    font-size: calc(28 * 1rem / 100);
}

@media(max-width: 1285px) {
    .s28 {
        font-size: 20px;
    }
}

.s29 {
    font-size: calc(29 * 1rem / 100);
}

@media(max-width: 1272px) {
    .s29 {
        font-size: 20.5px;
    }
}

.s30 {
    font-size: calc(30 * 1rem / 100);
}

@media(max-width: 1260px) {
    .s30 {
        font-size: 21px;
    }
}

.s31 {
    font-size: calc(31 * 1rem / 100);
}

@media(max-width: 1248px) {
    .s31 {
        font-size: 21.5px;
    }
}

.s32 {
    font-size: calc(32 * 1rem / 100);
}

@media(max-width: 1237px) {
    .s32 {
        font-size: 22px;
    }
}

.s33 {
    font-size: calc(33 * 1rem / 100);
}

@media(max-width: 1227px) {
    .s33 {
        font-size: 22.5px;
    }
}

.s34 {
    font-size: calc(34 * 1rem / 100);
}

@media(max-width: 1217px) {
    .s34 {
        font-size: 23px;
    }
}

.s35 {
    font-size: calc(35 * 1rem / 100);
}

@media(max-width: 1208px) {
    .s35 {
        font-size: 23.5px;
    }
}

.s36 {
    font-size: calc(36 * 1rem / 100);
}

@media(max-width: 1200px) {
    .s36 {
        font-size: 24px;
    }
}

.s37 {
    font-size: calc(37 * 1rem / 100);
}

@media(max-width: 1191px) {
    .s37 {
        font-size: 24.5px;
    }
}

.s38 {
    font-size: calc(38 * 1rem / 100);
}

@media(max-width: 1184px) {
    .s38 {
        font-size: 25px;
    }
}

.s39 {
    font-size: calc(39 * 1rem / 100);
}

@media(max-width: 1176px) {
    .s39 {
        font-size: 25.5px;
    }
}

.s40 {
    font-size: calc(40 * 1rem / 100);
}

@media(max-width: 1170px) {
    .s40 {
        font-size: 26px;
    }
}

.s41 {
    font-size: calc(41 * 1rem / 100);
}

@media(max-width: 1163px) {
    .s41 {
        font-size: 26.5px;
    }
}

.s42 {
    font-size: calc(42 * 1rem / 100);
}

@media(max-width: 1157px) {
    .s42 {
        font-size: 27px;
    }
}

.s43 {
    font-size: calc(43 * 1rem / 100);
}

@media(max-width: 1151px) {
    .s43 {
        font-size: 27.5px;
    }
}

.s44 {
    font-size: calc(44 * 1rem / 100);
}

@media(max-width: 1145px) {
    .s44 {
        font-size: 28px;
    }
}

.s45 {
    font-size: calc(45 * 1rem / 100);
}

@media(max-width: 1140px) {
    .s45 {
        font-size: 28.5px;
    }
}

.s46 {
    font-size: calc(46 * 1rem / 100);
}

@media(max-width: 1134px) {
    .s46 {
        font-size: 29px;
    }
}

.s47 {
    font-size: calc(47 * 1rem / 100);
}

@media(max-width: 1129px) {
    .s47 {
        font-size: 29.5px;
    }
}

.s48 {
    font-size: calc(48 * 1rem / 100);
}

@media(max-width: 1125px) {
    .s48 {
        font-size: 30px;
    }
}

.s49 {
    font-size: calc(49 * 1rem / 100);
}

@media(max-width: 1120px) {
    .s49 {
        font-size: 30.5px;
    }
}

.s50 {
    font-size: calc(50 * 1rem / 100);
}

@media(max-width: 1116px) {
    .s50 {
        font-size: 31px;
    }
}

.s51 {
    font-size: calc(51 * 1rem / 100);
}

@media(max-width: 1111px) {
    .s51 {
        font-size: 31.5px;
    }
}

.s52 {
    font-size: calc(52 * 1rem / 100);
}

@media(max-width: 1107px) {
    .s52 {
        font-size: 32px;
    }
}

.s53 {
    font-size: calc(53 * 1rem / 100);
}

@media(max-width: 1103px) {
    .s53 {
        font-size: 32.5px;
    }
}

.s54 {
    font-size: calc(54 * 1rem / 100);
}

@media(max-width: 1100px) {
    .s54 {
        font-size: 33px;
    }
}

.s55 {
    font-size: calc(55 * 1rem / 100);
}

@media(max-width: 1096px) {
    .s55 {
        font-size: 33.5px;
    }
}

.s56 {
    font-size: calc(56 * 1rem / 100);
}

@media(max-width: 1092px) {
    .s56 {
        font-size: 34px;
    }
}

.s57 {
    font-size: calc(57 * 1rem / 100);
}

@media(max-width: 1089px) {
    .s57 {
        font-size: 34.5px;
    }
}

.s58 {
    font-size: calc(58 * 1rem / 100);
}

@media(max-width: 1086px) {
    .s58 {
        font-size: 35px;
    }
}

.s59 {
    font-size: calc(59 * 1rem / 100);
}

@media(max-width: 1083px) {
    .s59 {
        font-size: 35.5px;
    }
}

.s60 {
    font-size: calc(60 * 1rem / 100);
}

@media(max-width: 1080px) {
    .s60 {
        font-size: 36px;
    }
}

.s61 {
    font-size: calc(61 * 1rem / 100);
}

@media(max-width: 1077px) {
    .s61 {
        font-size: 36.5px;
    }
}

.s62 {
    font-size: calc(62 * 1rem / 100);
}

@media(max-width: 1074px) {
    .s62 {
        font-size: 37px;
    }
}

.s63 {
    font-size: calc(63 * 1rem / 100);
}

@media(max-width: 1071px) {
    .s63 {
        font-size: 37.5px;
    }
}

.s64 {
    font-size: calc(64 * 1rem / 100);
}

@media(max-width: 1068px) {
    .s64 {
        font-size: 38px;
    }
}

.s65 {
    font-size: calc(65 * 1rem / 100);
}

@media(max-width: 1066px) {
    .s65 {
        font-size: 38.5px;
    }
}

.s66 {
    font-size: calc(66 * 1rem / 100);
}

@media(max-width: 1063px) {
    .s66 {
        font-size: 39px;
    }
}

.s67 {
    font-size: calc(67 * 1rem / 100);
}

@media(max-width: 1061px) {
    .s67 {
        font-size: 39.5px;
    }
}

.s68 {
    font-size: calc(68 * 1rem / 100);
}

@media(max-width: 1058px) {
    .s68 {
        font-size: 40px;
    }
}

.s69 {
    font-size: calc(69 * 1rem / 100);
}

@media(max-width: 1056px) {
    .s69 {
        font-size: 40.5px;
    }
}

.s70 {
    font-size: calc(70 * 1rem / 100);
}

@media(max-width: 1054px) {
    .s70 {
        font-size: 41px;
    }
}

.s71 {
    font-size: calc(71 * 1rem / 100);
}

@media(max-width: 1052px) {
    .s71 {
        font-size: 41.5px;
    }
}

.s72 {
    font-size: calc(72 * 1rem / 100);
}

@media(max-width: 1050px) {
    .s72 {
        font-size: 42px;
    }
}

.s73 {
    font-size: calc(73 * 1rem / 100);
}

@media(max-width: 1047px) {
    .s73 {
        font-size: 42.5px;
    }
}

.s74 {
    font-size: calc(74 * 1rem / 100);
}

@media(max-width: 1045px) {
    .s74 {
        font-size: 43px;
    }
}

.s75 {
    font-size: calc(75 * 1rem / 100);
}

@media(max-width: 1044px) {
    .s75 {
        font-size: 43.5px;
    }
}

.s76 {
    font-size: calc(76 * 1rem / 100);
}

@media(max-width: 1042px) {
    .s76 {
        font-size: 44px;
    }
}

.s77 {
    font-size: calc(77 * 1rem / 100);
}

@media(max-width: 1040px) {
    .s77 {
        font-size: 44.5px;
    }
}

.s78 {
    font-size: calc(78 * 1rem / 100);
}

@media(max-width: 1038px) {
    .s78 {
        font-size: 45px;
    }
}

.s79 {
    font-size: calc(79 * 1rem / 100);
}

@media(max-width: 1036px) {
    .s79 {
        font-size: 45.5px;
    }
}

.s80 {
    font-size: calc(80 * 1rem / 100);
}

@media(max-width: 1035px) {
    .s80 {
        font-size: 46px;
    }
}

.a-main {
    width: 100%;
}

.a-bn {
    width: 100%;
}

.a-s {
    position: relative;
}

.a-box {
    width: 100%;
    padding-top: 42.44%;
    position: relative;
}

.a-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.a-bn .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    background-color: transparent;
    opacity: 1;
    border: 2px solid #fff;
}

.a-bn .swiper-pagination-bullet-active {
    background-color: #009df2;
    border-color: #009df2;
}

.a-bn.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.16rem 0 0;
}

.a-bn.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 1.3rem;
    font-size: 0;
    width: auto;
    left: 50%;
    margin-left: -8rem;
}

@media(max-width: 900px) {
    .a-bn.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
        border-width: 1px;
    }

    .a-bn.swiper-container-horizontal>.swiper-pagination-bullets {
        width: 100%;
        left: 0;
        margin-left: 0;
        text-align: center;
        bottom: 8px;
    }
}

@media(max-width: 500px) {
    .a-box {
        padding-top: 56.25%;
    }
}

.target {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1rem;
}

body {
    padding-top: 1rem;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 12345;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.h-mid {
    width: 16rem;
    margin: 0 auto;
}

.h-index {
    display: inline-block;
    vertical-align: top;
    margin-top: .23rem;
}

.h-index img {
    vertical-align: top;
    height: .54rem;
}

.h-right {
    float: right;
    font-size: 0;
}

.h-nav {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.h-li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.h-link {
    color: #333;
    display: block;
    line-height: 1rem;
    padding: 0 .32rem;
}

.h-li.active .h-link {
    color: #009df2;
    font-weight: bold;
}

.h-li.active .h-link:after {
    content: "";
    display: inline-block;
    width: 1.125em;
    height: .375em;
    background-image: url(../images/2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.562em;
    bottom: .21rem;
}

.h-search {
    display: inline-block;
    vertical-align: top;
    width: 1.1875em;
    height: 1.1875em;
    margin-left: .3rem;
    background-image: url(../images/3.png);
    background-size: 100% 100%;
    position: relative;
    top: 0.5rem;
    transform: translate(0, -50%);
    cursor: pointer;
}

.h-lang-list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    display: none;
}

.h-lang-item {
    display: block;
    width: 100%;
    line-height: 2.2;
    color: #333;
    cursor: pointer;
    padding: 0 .1rem 0 1.875em;
}

.h-lang.show .h-lang-list {
    display: block;
}

.h-sch {
    display: none;
    width: 100%;
    padding: .4rem 0;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    z-index: 999;
    background-color: #fff;
    font-size: 0;
    text-align: center;
}

.h-form {
    width: 100%;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.h-text {
    width: 3.8rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .14rem;
    padding: 0 .1rem 0 0.05rem;
    border: none;
    border-bottom: 1px solid #ccc;
    border-right: none;
    vertical-align: top;
    background-color: transparent;
    color: #333;
    text-align: left;
    vertical-align: top;
}

.h-smt {
    background-image: url(../images/3.png);
    background-position: center center;
    width: .4rem;
    height: .4rem;
    background-size: .19rem .19rem;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    transition: all .3s;
    vertical-align: top;
}

.h-mask {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

header.show-sch .h-mask {
    opacity: 1;
    visibility: visible;
}

header.show-sch .h-sch {
    display: block;
}

header.show-menu .h-nav {
    right: 0;
}

header.show-menu .h-mask {
    opacity: 1;
    visibility: visible;
}

.h-menu {
    display: none;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/menu.png);
    background-size: 28px 28px;
}

.h-sub {
    display: none;
    width: 10em;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5em;
    top: 100%;
    z-index: 1000;
    padding: 0.05rem 0;
}

.h-sub>li>a {
    display: block;
    width: 100%;
    line-height: 1.71;
    padding: .06rem 0.03rem;
    text-align: center;
    color: #666;
    transition: background-color .3s;
}

@media(max-width: 1920px) {
    .h-sch {
        padding: 40px 0;
    }

    .h-text {
        width: 380px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px 0 5px;
    }

    .h-smt {
        width: 40px;
        height: 40px;
        background-size: 17px 17px;
    }
}

@media(min-width: 1201px) {

    .h-li:hover .h-link,
    .h-sub>li>a:hover {
        color: #009df2;
    }
}

@media(max-width: 1200px) {
    .target {
        top: -46px;
    }

    body {
        padding-top: 46px;
    }

    header {
        height: 46px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        padding-left: 10px;
    }

    .h-li.active .h-link:after {
        display: none;
    }

    .h-mid {
        width: 100%;
    }

    .h-index img {
        height: 36px;
    }

    .h-index {
        margin-top: 5px;
    }

    .h-nav {
        width: 280px;
        height: 100%;
        position: fixed;
        right: -280px;
        top: 0;
        background-color: #fff;
        z-index: 12345;
        overflow: auto;
        transition: all .3s;
    }

    .h-ul {
        width: 100%;
    }

    .h-li {
        display: block;
    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        top: 0;
        position: relative;
        left: 0;
        padding: 0;
    }

    .h-sub>li>a {
        text-align: left;
        padding: 10px 0 10px 40px;
    }

    .h-li.has-nav:after {
        content: "+";
        display: inline-block;
        width: 40px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
    }

    .h-li.has-nav.show:after {
        content: "-";
    }

    .h-link {
        line-height: 46px;
        padding: 0 46px 0 20px;
    }

    .h-search {
        width: 46px;
        height: 46px;
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center center;
        top: 0;
        transform: translate(0, 0);
    }

    .h-menu {
        display: inline-block;
    }
}

@media(max-width: 750px) {
    header.show-sch .h-text {
        width: 220px;
    }
}

footer {
    width: 100%;
    background-color: #0061c1;
    padding: .38rem 0 .36rem;
    position: relative;
    z-index: 12;
}

.f-inner {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-left {
    font-size: 0;
}

.f-right {
    text-align: right;
}

.f-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: .24rem;
    position: relative;
}

.f-item:last-child {
    margin-right: 0;
}

.f-icon {
    width: .32rem;
    margin-right: .09rem;
}

.f-text {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}

.f-text.op1 {
    opacity: 1;
}

.f-r-top {
    line-height: 1.77;
    color: rgba(255, 255, 255, 0.5);
}

.f-r-bot {
    line-height: 1.77;
    color: rgba(255, 255, 255, 0.5);
}

.f-r-top a,
.f-r-bot a {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    margin-left: .1rem;
}

.f-codebox {
    width: 1.52rem;
    margin-left: -0.76rem;
    background-color: #fff;
    position: absolute;
    left: .16rem;
    bottom: 100%;
    margin-bottom: .15rem;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.1);
    transform: scale(0);
    transform-origin: center bottom;
    transition: all .3s;
}

.f-codebox:after {
    content: "";
    display: inline-block;
    border-top: .1rem solid #fff;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -0.1rem;
    bottom: -0.1rem;
}

.f-code {
    width: 100%;
    vertical-align: top;
}

.f-item.active .f-codebox {
    transform: scale(1);
}

@media(max-width: 1920px) {
    .f-codebox {
        width: 152px;
        margin-left: -76px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
    }

    .f-codebox:after {
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin-left: -10px;
        bottom: -10px;
    }
}

@media(max-width: 1350px) {
    .f-icon {
        width: 24px;
    }

    .f-codebox {
        left: 12px;
    }
}

@media(min-width: 1201px) {

    .f-r-top a:hover,
    .f-r-bot a:hover {
        color: #fff;
    }
}

@media(max-width: 760px) {
    footer {
        padding: 25px 10px 15px;
    }

    .f-inner {
        max-width: 100%;
        display: block;
    }

    .f-left {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .f-right {
        width: 100%;
        text-align: center;
    }

    .f-item {
        margin-bottom: 7px;
    }

    .f-icon {
        margin-right: 5px;
    }
}

.b-main {
    width: 100%;
    height: 3.15rem;
    background-color: #eaf3f8;
    position: relative;
    z-index: 12;
}

.b-inner {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
}

.b-cont {
    width: 100%;
    height: 3.65rem;
    background-color: #fff;
    border-radius: .1rem;
    position: relative;
    top: -1rem;
    font-size: 0;
    display: flex;
}

.b-col {
    display: inline-block;
    vertical-align: top;
}

.b-col1 {
    width: 40%;
    border-right: 1px solid #eee;
}

.b-col2 {
    width: 30%;
    border-right: 1px solid #eee;
}

.b-col3 {
    width: 30%;
}

.b-head {
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .4rem;
}

.b-left {
    font-size: 0;
}

.b-icon {
    height: .35rem;
    vertical-align: middle;
    margin-right: .15rem;
}

.b-tit {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.b-right {
    font-size: 0;
}

.b-more {
    display: inline-block;
    color: #999;
    line-height: 2;
}

.b-in {
    width: 100%;
    padding: 0 .4rem;
}

.b-col1 .b-in {
    border-top: 1px solid #eee;
}

.b-col2 .b-in {
    border-top: 1px solid #eee;
}

.b-v {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.b-vimg {
    width: 100%;
}

.b-play {
    width: .6rem;
    height: .6rem;
    background-image: url(../images/16.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
}

.b-list {
    width: 100%;
    padding-top: .23rem;
}

.b-item {
    display: block;
    width: 100%;
    height: .8rem;
}

.b-t {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 1.55;
    margin-bottom: .07rem;
}

.b-date {
    color: #999;
}

@media(min-width: 1201px) {
    .b-more:hover {
        color: #009df2;
    }

    .b-item:hover .b-t {
        color: #009df2;
    }

    .b-item:hover .b-date {
        color: #009df2;
    }
}

@media(max-width: 1000px) {
    .b-main {
        height: auto;
        padding: 10px;
    }

    .b-cont {
        max-width: 500px;
        top: 0;
        display: block;
        height: auto;
        margin: 0 auto;
        background-color: transparent;
    }

    .b-col {
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .b-col:last-child {
        margin-bottom: 0;
    }

    .b-in {
        padding: 15px;
        border-top: 1px solid #eee;
    }

    .b-head {
        height: 40px;
        padding: 0 15px;
    }

    .b-list {
        padding-top: 0;
    }

    .b-item {
        height: auto;
        margin-bottom: 13px;
    }

    .b-item:last-child {
        margin-bottom: 0;
    }
}

.v-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 987654320;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.v-mask.show {
    visibility: visible;
    opacity: 1;
}

.v-a {
    position: fixed;
    left: 50%;
    top: 110%;
    transform: translate(-50%, 0);
    width: 9.6rem;
    z-index: 987654321;
    transition: all .5s ease-in-out;
    padding: .2rem;
    padding-top: .4rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.v-a * {
    box-sizing: border-box;
}

.v-a.show {
    top: 50%;
    transform: translate(-50%, -50%);
}

.v-a.show .v-e {
    visibility: visible;
}

.v-a.show .v-f {
    display: block;
}

.v-b {
    width: 100%;
    background-color: #000;
}

.v-c {
    display: block;
    width: .4rem;
    height: .4rem;
    font-size: .3rem;
    text-align: center;
    line-height: .4rem;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10000;
}

.v-e {
    visibility: hidden;
    width: 100%;
    width: 100%;
    height: 5.18rem;
}

.v-f {
    display: none;
    width: 100%;
}

@media(max-width: 1920px) {
    .v-a {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media(max-width: 900px) {
    .v-c {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 0;
        font-size: 20px;
    }

    .v-a {
        width: 100%;
        padding-top: 30px;
    }

    .v-e {
        width: 100%;
        height: 56.25vw;
    }

    .v-f {
        width: 100%;
    }
}

.c-bn {
    width: 100%;
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px dashed #eee;
    margin-bottom: .26rem;
}

.c-s {
    position: relative;
}

.c-one {
    width: 100%;
}

.c-text {
    float: left;
    width: 3.3rem;
    height: 1.17rem;
    position: relative;
}

.c-date {
    color: #999;
    height: .28rem;
}

.c-t {
    color: #333;
    line-height: 1.33;
    height: 2.66em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-box {
    float: right;
    width: 2.08rem;
    height: 1.17rem;
    position: relative;
    display: block;
}

.c-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #999;
    display: inline-block;
}

.c-more:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: .75em;
    background-image: url(../images/13.png);
    background-size: 100% 100%;
    margin-left: .14rem;
    position: relative;
    top: -1px;
}

.c-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-txt {
    color: #333;
    line-height: 1.333;
}

.c-time {
    color: #999;
}

.c-bn .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    min-width: 6px;
    min-height: 6px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #cecece;
}

.c-bn .swiper-pagination-bullet-active {
    border: 2px solid #009df2;
}

.c-bn.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 0 .05rem;
}

.c-bn.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    left: auto;
    right: 2.3rem;
    bottom: .3rem;
    font-size: 0;
}

@media(min-width: 1201px) {
    .c-t:hover {
        color: #009df2;
    }

    .c-more:hover {
        color: #009df2;
    }

    .c-more:hover:after {
        background-image: url(../images/87.png);
    }

    .c-item:hover .c-txt {
        color: #009df2;
    }

    .c-item:hover .c-time {
        color: #009df2;
    }
}

@media(max-width: 1000px) {
    .c-box {
        width: 128px;
        height: 72px;
    }

    .c-text {
        width: calc(100% - 143px);
        height: 72px;
    }

    .c-bn {
        padding-top: 0;
    }

    .c-date {
        height: auto;
        margin-bottom: 3px;
    }

    .c-bn.swiper-container-horizontal>.swiper-pagination-bullets {
        right: 143px;
    }

    .c-bn.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-left: 4px;
    }
}

.d-main {
    width: 100%;
    padding-top: 20.833%;
    position: relative;
}

.d-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.d-text {
    position: absolute;
    left: 50%;
    margin-left: -8rem;
    top: 1.5rem;
    transform: translate(0, -50%);
}

.d-en {
    color: #fff;
    margin-bottom: .05rem;
}

.d-zh {
    color: #fff;
    font-weight: bold;
}

@media(max-width: 900px) {
    .d-text {
        top: 1.3rem;
    }
}

@media(max-width: 760px) {
    .d-text {
        left: 0;
        margin-left: 0;
        width: 100%;
        padding: 0 10px;
        top: 50%;
    }
}

.e-main {
    width: 100%;
    position: relative;
    z-index: 12;
    margin-top: -1rem;
    height: 1rem;
}

.e-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .1rem .1rem 0 0;
    border-bottom: 1px solid #eeeef2;
    padding: 0 .5rem;
}

.e-tabs {
    float: left;
    font-size: 0;
}

.e-tab {
    display: inline-block;
    vertical-align: top;
    line-height: 1rem;
    margin-right: .85rem;
    position: relative;
    color: #666;
}

.e-tab.active {
    color: #009df2;
    font-weight: bold;
}

.e-tab.active:after {
    content: "";
    display: inline-block;
    width: 1.125em;
    height: .375em;
    background-image: url(../images/2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.562em;
    bottom: .21rem;
}

.e-thumb {
    float: right;
    font-size: 0;
}

.e-thumb a {
    display: inline-block;
    vertical-align: top;
    line-height: 1rem;
    color: #666;
    position: relative;
    padding-right: .6875em;
    margin-right: .5em;
}

.e-thumb a:first-child:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.4375em;
    height: 1.4375em;
    background-image: url(../images/18.png);
    background-size: 100% 100%;
    margin-right: .2rem;
    position: relative;
    top: -1px;
}

.e-thumb a:after {
    content: "";
    display: inline-block;
    width: .1875em;
    height: .1875em;
    background-color: #666;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.0938em;
    border-radius: 50%;
}

.e-thumb a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.e-thumb a:last-child:after {
    display: none;
}

@media(min-width: 1201px) {
    .e-tab:hover {
        color: #009df2;
    }
}

@media(max-width: 760px) {
    .e-main {
        margin-top: 0;
    }

    .e-tabs {
        float: none;
        width: 100%;
        text-align: center;
    }

    .e-tab {
        margin: 0 15px;
    }

    .e-thumb {
        display: none;
    }

    .e-tab.active:after {
        bottom: 8px;
    }

    .d-en {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .d-zh {
        font-size: 16px;
    }
}

.g-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.g-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 .1rem .1rem;
    padding-bottom: .78rem;
}

.g-list {
    width: 100%;
    padding: .1rem .5rem .5rem;
}

.g-item {
    width: 100%;
    padding: .4rem 0;
    border-bottom: 1px solid #eee;
    display: block;
}

.g-box {
    float: left;
    width: 4rem;
    height: 2.25rem;
    display: block;
}

.g-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g-text {
    float: right;
    width: 10.5rem;
    height: 2.25rem;
    position: relative;
    padding-top: .05rem;
}

.g-date {
    color: #999;
}

.g-t {
    color: #333;
    font-weight: bold;
    display: block;
    padding-bottom: .23rem;
    padding-top: .11rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g-t.after-ani {
    transition: all .3s;
}

.g-des {
    color: #999;
    line-height: 1.875;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.g-more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #97dbff;
    display: inline-block;
}

.g-more.after-ani {
    transition: all .3s;
}

.g-more:after {
    content: ">";
    padding-left: .18rem;
}

@media(min-width: 1201px) {
    .g-item:hover .g-t {
        color: #009df2;
    }

    .g-item:hover .g-more {
        color: #009df2;
    }
}

@media(max-width: 1000px) {
    .g-t {
        padding-bottom: 7px;
    }

    .g-des {
        line-height: 1.5;
    }
}

@media(max-width: 760px) {
    .g-main {
        padding: 10px;
    }

    .g-inner {
        max-width: 500px;
        padding-bottom: 30px;
        border-radius: .1rem;
    }

    .g-list {
        font-size: 0;
        padding: 0 10px 20px;
    }

    .g-item {
        width: 48.5%;
        margin-right: 3%;
        display: inline-block;
        vertical-align: top;
    }

    .g-item:nth-child(2n) {
        margin-right: 0;
    }

    .g-box {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        position: relative;
    }

    .g-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .g-text {
        float: none;
        width: 100%;
        padding-top: 12px;
        height: auto;
    }

    .g-date {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .g-more {
        position: relative;
        font-size: 12px;
        color: #009df2;
    }

    .g-t {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 5px;
        padding-bottom: 0;
        padding-top: 0;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .g-des {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.pg-main {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.pg-main a {
    display: inline-block;
    vertical-align: top;
    min-width: .44rem;
    height: .44rem;
    line-height: .42rem;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0 .05rem;
    transition: all .3s;
}

.pg-main a.pg-prev,
.pg-main a.pg-next {
    border: 1px solid #dedede;
}

.pg-item {
    color: #333;
}

.pg-item.active {
    background-color: #009df2;
    color: #fff;
    border-color: #009df2;
}

.pg-prev,
.pg-next {
    background-image: url(../images/25.png);
    background-size: .08rem .13rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.pg-next {
    transform: rotate(180deg);
}

@media(min-width: 1201px) {
    .pg-item:hover {
        border-color: #009df2;
        color: #009df2;
    }

    .pg-item.active {
        color: #fff;
    }

    .pg-main a.pg-prev:hover {
        border-color: #009df2;
        background-image: url(../images/26.png);
        background-color: #009df2;
    }

    .pg-main a.pg-next:hover {
        border-color: #009df2;
        background-image: url(../images/26.png);
        background-color: #009df2;
    }
}

@media(max-width: 1200px) {
    .pg-main a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

.i-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.i-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 .1rem .1rem;
    padding: .5rem .5rem .87rem;
}

.i-bn {
    width: 100%;
    position: relative;
    margin-bottom: .56rem;
}

.i-s {
    position: relative;
}

.i-box {
    float: left;
    width: 7.5rem;
}

.i-img {
    width: 100%;
}

.i-text {
    float: right;
    width: 6.7rem;
    padding-top: .56rem;
    padding-right: .5rem;
}

.i-y {
    color: #009df2;
    margin-bottom: .55rem;
    font-weight: bold;
}

.i-title {
    color: #333;
    font-weight: bold;
    margin-bottom: .13rem;
}

.i-des {
    color: #666;
    line-height: 2;
}

.i-arrow {
    width: .5rem;
    height: .5rem;
    background-color: #eaf3f8;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 8.3rem;
    bottom: .64rem;
    z-index: 12;
    background-image: url(../images/29.png);
    background-size: 100% 100%;
    transition: all .3s;
}

.i-next {
    margin-left: .7rem;
    transform: rotate(180deg);
}

.i-bot {
    width: 100%;
}

.i-row {
    width: 100%;
    height: .02rem;
    background-color: #eaf3f8;
}

.i-bar {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background-color: #009df2;
    transition: all .3s;
}

.i-tabs {
    width: 100%;
    font-size: 0;
}

.i-tab {
    width: 20%;
    text-align: center;
    position: relative;
    padding-top: .25rem;
    display: inline-block;
    vertical-align: top;
}

.i-tab:before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: .12rem;
    height: .12rem;
    background-color: #fff;
    border: .02rem solid #eaf3f8;
    position: absolute;
    left: 50%;
    top: -0.07rem;
    margin-left: -0.06rem;
    border-radius: 50%;
    transition: all .3s;
}

.i-tab.active:before {
    border-color: #009df2;
}

.i-tab.hide .i-dd {
    opacity: 0;
}

.i-tab.hide .i-dt {
    opacity: 0;
}

.i-dd {
    color: #666;
    margin-bottom: .625em;
}

.i-dt {
    color: #666;
}

@media(min-width: 1201px) {
    .i-arrow:hover {
        background-image: url(../images/30.png);
    }
}

@media(max-width: 1200px) {
    .i-arrow {
        bottom: 0;
        width: 30px;
        height: 30px;
    }

    .i-next {
        margin-left: 40px;
    }
}

@media(max-width: 760px) {
    .i-main {
        padding: 10px;
    }

    .i-inner {
        max-width: 500px;
        border-radius: .1rem;
        padding: 15px;
    }

    .i-bn {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .i-bot {
        display: none;
    }

    .i-box {
        float: none;
        width: 100%;
    }

    .i-text {
        float: none;
        width: 100%;
        padding-top: 15px;
    }

    .i-y {
        margin-bottom: 15px;
    }

    .i-arrow {
        left: 50%;
    }

    .i-prev {
        margin-left: -40px;
    }

    .i-next {
        margin-left: 10px;
    }

    .i-title {
        margin-bottom: 10px;
    }
}

.j-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.j-main .e-main {
    margin-top: 0;
}

.j-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .1rem;
}

.j-left {
    float: left;
    width: 11.5rem;
    padding: .5rem .5rem 1.12rem;
    border-right: 1px solid #eee;
}

.j-right {
    float: right;
    width: 4rem;
    padding-top: .6rem;
    padding-right: .5rem;
}

.j-tit {
    color: #222;
    line-height: 1.333;
    margin-bottom: .15rem;
    font-weight: normal;
}

.j-info {
    width: 100%;
    font-size: 0;
    position: relative;
    padding-bottom: .3rem;
    border-bottom: 1px solid #eee;
}

.j-date {
    color: #666;
    display: inline-block;
    vertical-align: middle;
    padding-right: .5rem;
}

.j-dl {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.j-dt {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.j-dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.j-one {
    display: inline-block;
    vertical-align: top;
    width: .4rem;
    height: .4rem;
    border: 1px solid #eaf3f8;
    border-radius: 50%;
    margin-right: .2rem;
    transition: all .3s;
    cursor: pointer;
}

.j-one:last-child {
    margin-right: 0;
}

.j-icon {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.j-back {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    line-height: .4rem;
}

.j-back:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: .8125em;
    position: relative;
    top: -1px;
    background-image: url(../images/84.png);
    background-size: 100% 100%;
    margin-left: .5em;
}

.j-cont {
    width: 100%;
    color: #666;
    line-height: 2.14;
    padding-top: .23rem;
    border-bottom: 1px solid #eee;
    padding-bottom: .34rem;
}

.j-cont * {
    line-height: inherit;
}

.j-bot {
    width: 100%;
    font-size: 0;
    padding-top: .28rem;
}

.j-link {
    display: inline-block;
    width: 50%;
    color: #666;
    line-height: 1.43;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.j-link:nth-child(1) {
    padding-right: .2rem;
}

.j-link:nth-child(2) {
    text-align: right;
    padding-left: .2rem;
}

.j-rec {
    color: #333;
    font-weight: bold;
    margin-bottom: .3rem;
}

.j-card {
    display: block;
    width: 100%;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ddd;
}

.j-pic {
    width: 100%;
}

.j-t {
    color: #333;
    line-height: 1.44;
    margin-bottom: .5em;
    padding-top: .88em;
}

.j-time {
    color: #999;
}

.j-arr {
    width: 100%;
    padding-top: .12rem;
}

.j-el {
    display: block;
    width: 100%;
    color: #666;
    line-height: 2.14;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.j-one:hover {
    border-color: #009df2;
    background-color: #009df2;
}

.j-one:hover .j-icon {
    opacity: 1;
}

@media(min-width: 1201px) {
    .j-back:hover {
        color: #009df2;
    }

    .j-link:hover {
        color: #009df2;
    }

    .j-card:hover .j-t {
        color: #009df2;
    }

    .j-el:hover {
        color: #009df2;
    }
}

@media(max-width: 1260px) {
    .j-one {
        width: 26px;
        height: 26px;
    }

    .j-back {
        line-height: 26px;
    }
}

@media(max-width: 1200px) {
    .j-link {
        width: 100%;
        line-height: 30px;
    }

    .j-link:nth-child(1) {
        padding-right: 0;
    }

    .j-link:nth-child(2) {
        padding-left: 0;
        text-align: left;
    }
}

@media(max-width: 760px) {
    .j-main {
        padding: 10px;
    }

    .j-inner {
        max-width: 500px;
    }

    .j-left {
        float: none;
        width: 100%;
        padding: 15px;
    }

    .j-right {
        float: none;
        width: 100%;
        padding: 15px;
    }
}

@media(max-width: 400px) {
    .j-date {
        padding-right: 10px;
    }
}

@media(max-width: 390px) {
    .j-info {
        text-align: center;
        padding-bottom: 10px;
    }

    .j-back {
        position: relative;
        width: 75px;
        margin: 10px auto 0 auto;
        text-align: center;
        display: block;
    }

    .j-tit {
        margin-bottom: 10px;
    }
}

.k-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.k-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .45rem .5rem;
    border-radius: 0 0 .1rem .1rem;
}

.k-des {
    color: #666;
    line-height: 1.875;
    padding-bottom: .33rem;
}

.k-des * {
    line-height: inherit;
}

.k-head {
    width: 100%;
    position: relative;
}

.k-head:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    left: 0;
    bottom: .07rem;
    z-index: 1;
}

.k-tit {
    display: inline-block;
    vertical-align: top;
    color: #009df2;
    font-weight: bold;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.k-tit:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    width: .833em;
    height: .5em;
    background-image: url(../images/71.png);
    background-size: 100% 100%;
    margin-left: .3em;
}

.k-cards {
    width: 100%;
    font-size: 0;
    padding-top: .3rem;
    padding-bottom: .5rem;
}

.k-card {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    height: 2.8rem;
    background-color: #e5f5fe;
    padding: .37rem .1rem .4rem .3rem;
    position: relative;
    transition: all .3s;
}

.k-card:nth-child(2n) {
    background-color: #eaf3f8;
}

.k-zh {
    color: #666;
    margin-bottom: .31em;
    line-height: 1.375;
}

.k-en {
    color: #999;
}

.k-icon {
    position: absolute;
    right: .2rem;
    bottom: .4rem;
    height: .48rem;
    min-height: 26px;
}

.k-card:hover {
    background-color: #009df2;
}

.k-card:hover .k-zh {
    color: #fff;
}

.k-card:hover .k-en {
    color: #fff;
}

.k-items {
    width: 100%;
    font-size: 0;
    padding-top: .5rem;
    padding-bottom: .32rem;
}

.k-item {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    text-align: center;
    margin-bottom: .3rem;
    padding: 0 .1rem;
}

.k-i {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto .24rem;
    background-image: url(../images/116.png);
    background-size: 100% 100%;
    padding: .18rem;
    text-align: center;
}

.k-ic {
    height: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.k-cn {
    color: #333;
    margin-bottom: .07em;
    line-height: 1.44;
}

.k-e {
    color: #999;
    line-height: 1.33;
}

@media(min-width:1201px) {
    .k-item:nth-child(2) {
        transition-delay: .2s;
    }

    .k-item:nth-child(3) {
        transition-delay: .4s;
    }

    .k-item:nth-child(4) {
        transition-delay: .6s;
    }

    .k-item:nth-child(5) {
        transition-delay: .8s;
    }

    .k-item:nth-child(6) {
        transition-delay: 1s;
    }

    .k-item:nth-child(7) {
        transition-delay: 1.2s;
    }
}

@media(max-width: 1200px) {
    .k-card {
        width: 33.33%;
    }

    .k-item {
        width: 33.33%;
    }
}

@media(max-width: 760px) {
    .k-main {
        padding: 10px;
    }

    .k-inner {
        padding: 15px 10px;
    }
}

@media(max-width: 500px) {
    .k-card {
        padding: 15px 10px;
    }

    .k-zh {
        font-size: 12px;
    }

    .k-en {
        font-size: 10px;
    }

    .k-icon {
        bottom: 10px;
        right: 10px;
    }

    .k-cn {
        font-size: 14px;
    }

    .k-e {
        font-size: 12px;
    }
}

.l-wrap {
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .15rem;
}

.l-box {
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-code {
    width: 2.4rem;
}

.l-code img {
    width: 100%;
}

.l-tit {
    color: #fff;
    font-weight: bold;
    margin-bottom: .5rem;
}

.l-dt {
    color: #fff;
    line-height: 2.08;
    margin-bottom: .14rem;
    background-color: #009df2;
    display: inline-block;
    padding-right: 1.26em;
    padding-left: 1.26em;
    border-radius: 1.04em 1.04em 1.04em 0;
}

.l-dd {
    color: #fff;
    font-weight: bold;
}

@media(max-width: 500px) {
    .l-wrap {
        padding-bottom: 0;
    }

    .l-box {
        padding: 20px 10px;
    }

    .l-tit {
        font-size: 18px;
    }
}

@media(max-width: 350px) {
    .l-tit {
        font-size: 16px;
    }

    .l-dt {
        font-size: 14px;
    }

    .l-dd {
        font-size: 20px;
    }
}

.m-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.m-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .6rem .5rem .74rem;
    border-radius: 0 0 .1rem .1rem;
}

.m-list {
    width: 100%;
    padding-bottom: .3rem;
}

.m-item {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: .2rem;
    font-size: 0;
    padding-top: .18rem;
    padding-bottom: .18rem;
    cursor: pointer;
}

.m-td {
    display: inline-block;
    vertical-align: middle;
}

.m-td1 {
    width: 30.62%;
    padding-left: .1rem;
    padding-right: .4rem;
    text-align: center;
    position: relative;
}

.m-td2 {
    width: 56.74%;
    font-size: 0;
}

.m-td3 {
    width: 12.64%;
    padding-right: .1rem;
}

.m-dl {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding-left: 5em;
    position: relative;
    margin: .06rem 0;
    padding-right: .1rem;
}

.m-dt {
    color: #999;
    line-height: 1.5;
    width: 5em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.m-dd {
    color: #333;
    line-height: 1.5;
    width: 100%;
    display: block;
    word-break: break-all;
}

.m-more {
    display: inline-block;
    vertical-align: top;
    width: 1.4rem;
    line-height: .42rem;
    border: 1px solid #999;
    border-radius: .22rem;
    text-align: center;
    color: #009df2;
    transition: all .3s;
}

.m-num {
    font-size: 1rem;
    color: #009df2;
    opacity: 0.1;
}

.m-job {
    color: #222;
    line-height: 1.44;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: .1rem;
    padding-right: .4rem;
    transition: all .3s;
}

@media(min-width: 1201px) {
    .m-item:hover {
        border-top-color: #009df2;
    }

    .m-item:hover .m-job {
        color: #009df2;
        font-weight: bold;
    }

    .m-item:hover .m-more {
        background-color: #009df2;
        border-color: #009df2;
        color: #fff;
    }
}

@media(max-width: 1200px) {
    .m-more {
        width: 95px;
        height: 30px;
        line-height: 28px;
        border-radius: 15px;
        max-width: 100%;
    }

    .m-dl {
        width: 50%;
    }
}

@media(max-width: 760px) {
    .m-main {
        padding: 10px;
    }

    .m-inner {
        padding: 10px 10px 20px;
        border-radius: .1rem;
        max-width: 500px;
    }

    .m-item {
        padding: 10px 10px 15px;
    }

    .m-td {
        padding-right: 0;
    }

    .m-td1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .m-td2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .m-td3 {
        width: 100%;
    }

    .m-list {
        padding-bottom: 10px;
    }

    .m-more {
        display: block;
        margin: 0 auto;
    }
}

@media(max-width: 360px) {
    .m-dl {
        width: 100%;
    }
}

.n-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.n-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .5rem;
    border-radius: 0 0 .1rem .1rem;
}

.n-bg {
    width: 100%;
}

.n-cont {
    width: 100%;
    background-size: cover;
    background-image: url(../images/100.jpg);
    padding: 6.92vw 6.25vw 2.6vw;
    background-position: center top;
}

.n-tit {
    height: 8.17vw;
}

.n-row {
    font-size: 3.125vw;
    color: #fff;
    padding-top: .416em;
    margin-bottom: .95em;
    font-weight: bold;
}

.n-ct {
    font-size: 3.125vw;
    display: inline-block;
    background-image: url(../images/99.png);
    background-size: 100% 100%;
    color: #fff;
    line-height: 1.5;
    padding: 0 2em 0 .75em;
    position: relative;
    left: -0.75em;
    font-weight: bold;
}

.n-dt {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    font-size: 1.875vw;
}

.n-dd {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}

.n-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 7vw;
    flex-wrap: wrap;
}

.n-item {
    display: inline-block;
    vertical-align: top;
    width: 48.41%;
    margin-bottom: 3.18%;
    background-color: #fff;
    border-radius: .1rem;
    padding: .45rem .5rem .38rem;
    background-size: cover;
}

.n-t {
    color: #009df2;
    margin-bottom: .18rem;
    line-height: 1.333;
}

.n-des {
    color: #666;
    line-height: 1.666;
}

.n-des * {
    line-height: inherit;
}

.n-item:nth-child(4n+1) {
    background-image: url(../images/54.jpg);
}

.n-item:nth-child(4n+2) {
    background-image: url(../images/55.jpg);
}

.n-item:nth-child(4n+3) {
    background-image: url(../images/54.jpg);
}

.n-item:nth-child(4n+4) {
    background-image: url(../images/55.jpg);
}

@media(max-width: 760px) {
    .n-main {
        padding: 10px;
    }

    .n-inner {
        padding: 10px;
        border-radius: .1rem;
    }
}

@media(max-width: 550px) {
    .n-cont {
        padding: 20px 10px;
    }

    .n-ct {
        left: 0;
    }

    .n-tit {
        height: 44px;
    }

    .n-row {
        font-size: 18px;
    }

    .n-dt {
        font-size: 12px;
    }

    .n-dd {
        font-size: 18px;
    }

    .n-list {
        padding-top: 30px;
    }

    .n-item {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px 10px;
    }

    .n-item:last-child {
        margin-bottom: 0;
    }
}

.o-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.o-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .6rem .5rem;
    border-radius: 0 0 .1rem .1rem;
    position: relative;
}

.o-tit {
    color: #009df2;
    font-weight: bold;
    padding-bottom: .4rem;
    border-bottom: 1px solid #eee;
}

.o-list {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    padding: .4rem 0;
    border-bottom: 1px solid #eee;
    margin-bottom: .5rem;
}

.o-item {
    display: inline-block;
    font-size: 0;
}

.o-icon {
    display: inline-block;
    vertical-align: top;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #e7f3f9;
}

.o-icon img {
    width: 100%;
    height: 100%;
}

.o-text {
    width: calc(100% - 0.6rem);
    padding-left: .2rem;
    padding-top: .02rem;
    display: inline-block;
    vertical-align: top;
}

.o-dt {
    color: #999;
    margin-bottom: .03rem;
    line-height: 1.5;
}

.o-dd {
    color: #333;
    line-height: 1.5;
    max-width: 25em;
}

.o-map {
    width: 100%;
    height: 4.6rem;
    background-size: cover;
    background-position: center center;
}

.o-h2 {
    color: #009df2;
    font-weight: bold;
    margin-bottom: .32rem;
}

.o-form {
    width: 100%;
}

.o-row {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .1rem;
    position: relative;
}

.o-col {
    display: inline-block;
    position: relative;
}

.o-col3 {
    width: 32.66%;
    margin-right: 1.01%;
}

.o-col3:nth-child(3n) {
    margin-right: 0;
}

.o-words {
    width: 100%;
    position: relative;
    padding-top: .82rem;
}

.o-input {
    width: 100%;
    height: .6rem;
    border: none;
    background-color: #e7f3f9;
    color: #009df2;
    padding: 0 .1rem 0 .38rem;
}

.o-area {
    width: 100%;
    height: 1.5rem;
    border: none;
    background-color: #e7f3f9;
    color: #009df2;
    padding: 0.18rem .1rem .18rem .38rem;
    line-height: 1.5;
}

.o-form input::-webkit-input-placeholder,
.o-form textarea::-webkit-input-placeholder {
    color: #73c8f5;
}

.o-form input:-moz-placeholder,
.o-form textarea:-moz-placeholder {
    color: #73c8f5;
}

.o-form input::-moz-placeholder,
.o-form textarea::-moz-placeholder {
    color: #73c8f5;
}

.o-form input:-ms-input-placeholder,
.o-form textarea:-ms-input-placeholder {
    color: #73c8f5;
}

.o-bot {
    width: 100%;
    padding-top: .2rem;
}

.o-sub {
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: .6rem;
    ;
    line-height: .6rem;
    border-radius: .3rem;
    background-color: #009df2;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border: none;
}

.o-star {
    line-height: .64rem;
    display: inline-block;
    color: #009df2;
    position: absolute;
    left: .21rem;
    top: 0;
}

.o-code {
    position: absolute;
    right: 0;
    top: 0;
}

.o-code img {
    height: .6rem;
}

@media(min-width:1201px) {
    .o-item:nth-child(2) {
        transition-delay: .2s;
    }

    .o-item:nth-child(3) {
        transition-delay: .4s;
    }

    .o-item:nth-child(4) {
        transition-delay: .6s;
    }

    .o-item:nth-child(5) {
        transition-delay: .8s;
    }

    .o-item:nth-child(6) {
        transition-delay: 1s;
    }

    .o-item:nth-child(7) {
        transition-delay: 1.2s;
    }
}

@media(max-width: 1200px) {
    .o-list {
        flex-wrap: wrap;
        padding: 23px 0 0;
    }

    .o-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .o-input {
        height: 40px;
        padding: 0 10px 0 20px;
    }

    .o-star {
        line-height: 42px;
        left: 10px;
    }

    .o-area {
        padding: 10px 10px 10px 20px;
        height: 100px;
    }

    .o-sub {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        width: 130px;
    }

    .o-code img {
        height: 40px;
    }
}

@media(max-width: 760px) {
    .o-main {
        padding: 10px;
    }

    .o-inner {
        padding: 20px 10px;
        border-radius: .1rem;
    }

    .o-tit {
        padding-bottom: 20px;
    }
}

@media(max-width: 500px) {
    .o-item {
        width: 100%;
    }

    .o-row {
        margin-bottom: 5px;
    }

    .o-col3 {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .o-col3:last-child {
        margin-bottom: 0;
    }
}

.p-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.p-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .5rem .5rem .64rem;
    border-radius: 0 0 .1rem .1rem;
}

.p-tabs {
    width: calc(100% + 0.1rem);
    font-size: 0;
    margin-bottom: .3rem;
}

.p-tab {
    display: inline-block;
    vertical-align: top;
    min-width: 1.6rem;
    line-height: .5rem;
    border-radius: .25rem;
    margin-bottom: 0.1rem;
    background-color: #eaf3f8;
    color: #666;
    margin-right: .1rem;
    cursor: pointer;
    text-align: center;
}

.p-tab.active {
    background-color: #009df2;
    color: #fff;
}

.p-conts {
    width: 100%;
}

.p-cont {
    display: none;
}

.p-cont.show {
    display: block;
}

.p-list {
    width: 100%;
    font-size: 0;
    padding-bottom: .1rem;
    display: flex;
    flex-wrap: wrap;
}

.p-item {
    display: inline-block;
    vertical-align: top;
    width: 23.33%;
    margin-right: 2.22%;
    margin-bottom: .4rem;
    background-color: #eaf3f8;
    text-align: center;
    padding-top: .9rem;
    padding-bottom: .11rem;
}

.p-item:nth-child(4n) {
    margin-right: 0;
}

.p-box {
    display: inline-block;
    vertical-align: top;
    padding: .24rem .26rem;
    position: relative;
    margin-bottom: .79rem;
}

.p-d {
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    font-size: 0;
}

.p-d1 {
    background-image: url(../images/63.png);
    left: 0;
    top: 0;
    width: .26rem;
    height: .24rem;
}

.p-d2 {
    background-image: url(../images/64.png);
    left: 0.26rem;
    top: 0;
    width: calc(100% - 0.52rem);
    height: .24rem;
}

.p-d3 {
    background-image: url(../images/65.png);
    right: 0;
    top: 0;
    width: .26rem;
    height: .24rem;
}

.p-d4 {
    background-image: url(../images/66.png);
    left: 0;
    top: 0.24rem;
    width: .26rem;
    height: calc(100% - 0.48rem);
}

.p-d5 {
    background-image: url(../images/67.png);
    right: 0;
    top: 0.24rem;
    width: .26rem;
    height: calc(100% - 0.48rem);
}

.p-d6 {
    background-image: url(../images/68.png);
    left: 0;
    bottom: 0;
    width: .26rem;
    height: .24rem;
}

.p-d7 {
    background-image: url(../images/69.png);
    left: 0.26rem;
    bottom: 0;
    width: calc(100% - 0.52rem);
    height: .24rem;
}

.p-d8 {
    background-image: url(../images/70.png);
    right: 0;
    bottom: 0;
    width: .26rem;
    height: .24rem;
}

.p-img {
    height: 1.62rem;
    vertical-align: top;
}

.p-tit {
    color: #333;
    line-height: 1.6;
    min-height: 3.2em;
    padding: 0 .1rem;
}

@media(max-width: 1150px) {
    .p-tab {
        line-height: 32px;
        border-radius: 16px;
        min-width: 102px;
    }
}

@media(max-width: 760px) {
    .p-main {
        padding: 10px;
    }

    .p-inner {
        padding: 20px 10px;
        border-radius: .1rem;
    }

    .p-list {
        padding-bottom: 10px;
    }

    .p-item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .p-item:nth-child(2n) {
        margin-right: 0;
    }

    .p-img {
        height: 20vw;
    }
}

div.pswp {
    z-index: 123456;
}

.q-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.q-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .6rem .5rem .9rem;
    border-radius: 0 0 .1rem .1rem;
}

.q-bn {
    width: 100%;
    padding-bottom: .25rem;
    margin-bottom: .4rem;
}

.q-s {
    position: relative;
    text-align: right;
    background-color: #eaf3f8;
    padding-bottom: .1rem;
    padding-right: .2rem;
    cursor: pointer;
}

.q-text {
    padding-left: .3rem;
    padding-top: .2rem;
    text-align: left;
}

.q-zh {
    color: #666;
    margin-bottom: .4375em;
}

.q-en {
    color: #999;
    margin-bottom: .22rem;
}

.q-bn.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    bottom: 0;
    height: .1rem;
    width: 100%;
    background-color: #eaf3f8;
    border-radius: .05rem;
}

.q-bn .swiper-scrollbar-drag {
    background-color: #ddd;
    border-radius: .05rem;
}

.q-s:nth-child(2n+1) {
    background-color: #e5f5fe;
}

.q-icon {
    height: .48rem;
}

.q-list {
    width: 100%;
    padding-bottom: .05rem;
}

.q-item {
    width: 100%;
    height: 4.5rem;
    margin-bottom: .4rem;
}

.q-box {
    width: 50%;
    height: 100%;
    float: left;
}

.q-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.q-txt {
    width: 50%;
    height: 100%;
    float: right;
    background-color: #eaf3f8;
    line-height: 4.5rem;
}

.q-item:nth-child(2n) .q-box {
    float: right;
}

.q-item:nth-child(2n) .q-txt {
    float: left;
}

.q-mid {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 .6rem;
    max-height: 90%;
}

.q-mid.after-ani {
    overflow: auto;
}

.q-tit {
    color: #333;
    line-height: 1.42;
    margin-bottom: .18rem;
}

.q-des {
    color: #666;
    line-height: 1.875;
}

.q-des p {
    color: #666;
    line-height: 1.875;
}

.q-more {
    color: #666;
    line-height: 1.5;
}

.q-more a {
    display: inline-block;
    vertical-align: top;
}

@media(min-width:1201px) {
    .q-s:nth-child(2) {
        transition-delay: .2s;
    }

    .q-s:nth-child(3) {
        transition-delay: .4s;
    }

    .q-s:nth-child(4) {
        transition-delay: .6s;
    }

    .q-s:nth-child(5) {
        transition-delay: .8s;
    }

    .q-s:nth-child(6) {
        transition-delay: 1s;
    }

    .q-s:nth-child(7) {
        transition-delay: 1.2s;
    }
}

@media(max-width: 1000px) {
    .q-mid {
        padding: 0 10px;
    }
}

@media(min-width: 761px) {
    .q-s.active {
        background-color: #009df2;
    }

    .q-s.active .q-zh {
        color: #fff;
    }

    .q-s.active .q-en {
        color: #fff;
    }
}

@media(max-width: 760px) {
    .q-main {
        padding: 10px;
    }

    .q-inner {
        padding: 20px 10px;
        border-radius: .1rem;
    }

    .q-box {
        float: none;
        width: 100%;
    }

    .q-txt {
        float: none;
        width: 100%;
        line-height: 1;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .q-list {
        max-width: 500px;
        margin: 0 auto;
        padding-bottom: 5px;
    }

    .q-item {
        height: auto;
        margin-bottom: 10px;
    }

    .q-item:nth-child(2n) .q-box {
        float: none;
    }

    .q-item:nth-child(2n) .q-txt {
        float: none;
    }

    .q-bn {
        padding-bottom: 0;
    }

    .q-bn.swiper-container-horizontal>.swiper-scrollbar {
        height: 6px;
        border-radius: 3px;
    }

    .q-bn .swiper-scrollbar-drag {
        border-radius: 3px;
    }

    .q-s {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        height: auto;
    }

    .q-bn .swiper-wrapper {
        flex-wrap: wrap;
    }

    .q-s:nth-child(2n+1) {
        background-color: #eaf3f8;
    }

    .q-s:nth-child(4n+2) {
        background-color: #e5f5fe;
    }

    .q-s:nth-child(4n+3) {
        background-color: #e5f5fe;
    }

    .hide-phone {
        display: none;
    }
}

@media(max-width: 550px) {
    .q-text {
        padding-left: 10px;
    }

    .q-s {
        padding-right: 10px;
    }
}

.r-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.r-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .6rem .5rem .9rem;
    border-radius: 0 0 .1rem .1rem;
}

.r-tit {
    color: #009df2;
    font-weight: bold;
    margin-bottom: .34rem;
}

.r-text {
    color: #666;
    line-height: 1.875;
    padding-bottom: .45rem;
}

.r-text * {
    line-height: inherit;
}

.r-s {
    position: relative;
    padding-right: .3rem;
}

.r-img {
    width: 100%;
    vertical-align: top;
}

.r-bn {
    width: 15.3rem;
    padding-bottom: .52rem;
    margin-bottom: .8rem;
}

.r-bn.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #eaf3f8;
}

.r-bn .swiper-scrollbar-drag {
    background-color: #009df2;
}

.r-tit2 {
    color: #009df2;
    font-weight: bold;
    margin-bottom: .3rem;
    text-align: center;
}

.r-cont {
    width: 100%;
}

.r-left {
    float: left;
    width: 50.66%;
    background-color: #eaf3f8;
    line-height: 6.4rem;
    height: 6.4rem;
    overflow: auto;
}

.r-mid {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: .2rem .3rem .2rem .8rem;
}

.r-item {
    width: 100%;
    font-size: 0;
    margin-bottom: .43rem;
}

.r-item:last-child {
    margin-bottom: 0;
}

.r-right {
    float: right;
    width: 49.34%;
    height: 6.4rem;
}

.r-big {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.r-icon {
    display: inline-block;
    vertical-align: middle;
    width: .46rem;
    margin-right: .24rem;
}

.r-dl {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.7rem);
}

.r-dt {
    color: #999;
    margin-bottom: 0.3em;
    line-height: 1.5;
}

.r-dd {
    color: #333;
    line-height: 1.5;
}

@media(max-width: 1000px) {
    .r-mid {
        padding: 20px 10px;
    }
}

@media(max-width: 760px) {
    .r-main {
        padding: 10px;
        overflow: hidden;
    }

    .r-inner {
        padding: 25px 10px 20px 10px;
        border-radius: .1rem;
    }

    .r-bn {
        width: calc(100% + 0.3rem);
    }

    .r-left {
        float: none;
        width: 100%;
        height: auto;
        line-height: 1;
    }

    .r-right {
        float: none;
        width: 100%;
        height: auto;
    }

    .r-big {
        height: auto;
    }
}

.s-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.s-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 .5rem 0;
    border-radius: 0 0 .1rem .1rem;
}

.s-left {
    float: left;
    padding-top: .6rem;
    width: 73.3%;
    border-right: 1px solid #eee;
    padding-right: .48rem;
    padding-bottom: .47rem;
}

.s-name {
    color: #222;
    padding-bottom: .26rem;
    border-bottom: 1px solid #eee;
}

.s-dls {
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #eee;
    padding: .2rem 0;
}

.s-dl {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.s-dt {
    color: #999;
    line-height: 1.875;
}

.s-dd {
    color: #666;
    line-height: 1.875;
}

.s-cont {
    width: 100%;
    padding-top: .6rem;
    border-bottom: 1px solid #eee;
    margin-bottom: .3rem;
}

.s-t {
    color: #222;
    margin-bottom: .68em;
}

.s-text {
    color: #666;
    line-height: 1.75;
}

.s-text * {
    line-height: inherit;
}

.s-item {
    margin-bottom: .54rem;
}

.s-main .j-info {
    border-bottom: none;
}

.s-right {
    float: right;
    width: 26.7%;
    padding: 0.6rem 0 .6rem .5rem;
}

.s-rt {
    color: #333;
    font-weight: bold;
    margin-bottom: .93em;
}

.s-input {
    width: 100%;
    height: .6rem;
    border: 1px solid #ddd;
    border-radius: 0.05rem;
    padding: 0 .37rem;
    color: #666;
    vertical-align: top;
    margin-bottom: .2rem;
}

.s-lb {
    width: 100%;
    line-height: .58rem;
    text-align: center;
    border: 1px solid #009df2;
    border-radius: .05rem;
    color: #009df2;
    background-color: #eaf3f8;
    display: block;
    margin-bottom: .2rem;
    cursor: pointer;
}

.s-sub {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    border: none;
    background-color: #009df2;
    color: #fff;
    border-radius: .05rem;
    vertical-align: top;
    cursor: pointer;
}

.s-sub.after-ani {
    transition: all .3s;
}

.s-filename {
    display: none;
    color: #666;
    line-height: 1.5;
    margin-bottom: .2rem;
    margin-top: -0.1rem;
}

.s-filename.show {
    display: block;
}

.s-file {
    display: none;
}

@media(min-width: 1201px) {
    .s-sub:hover {
        background-color: #00b1ff;
    }
}

@media(max-width: 1020px) {
    .s-input {
        height: 34px;
    }

    .s-lb {
        height: 34px;
        line-height: 32px;
    }

    .s-sub {
        height: 34px;
        line-height: 34px;
    }
}

@media(max-width: 760px) {
    .s-main {
        padding: 10px;
        overflow: hidden;
    }

    .s-inner {
        padding: 10px;
        border-radius: .1rem;
    }

    .s-left {
        float: none;
        width: 100%;
        border-right: none;
        padding: 20px 0;
    }

    .s-right {
        float: none;
        width: 100%;
        max-width: 500px;
        padding: 20px 0;
        margin: 0 auto;
    }
}

@media(max-width: 600px) {
    .s-dl {
        width: 50%;
    }
}

@media(max-width: 390px) {
    .s-main .j-info {
        text-align: left;
        padding-bottom: 0;
    }

    .s-main .j-back {
        position: absolute;
        margin: 0;
    }
}

@media(max-width: 370px) {
    .s-dl {
        width: 100%;
    }
}

.t-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
    overflow: hidden;
}

.t-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 .1rem .1rem;
    padding-top: 1.23rem;
}

.t-box {
    width: 100%;
    height: 7.93rem;
    background-size: 100% 100%;
    background-image: url(../images/101.png);
    position: relative;
}

.t-bn {
    width: 15.65rem;
    margin-left: .51rem;
}

.t-item {
    padding-left: 0.28rem;
    padding-right: 0.73rem;
    width: 100%;
    position: relative;
}

.t-item2 {
    display: none;
}

.t-date {
    margin-bottom: 0.18rem;
    color: #66c4f7;
}

.t-tit {
    margin-bottom: 0.16rem;
    color: #009df2;
    font-weight: bold;
}

.t-des {
    color: #989898;
    line-height: 1.71;
    overflow: auto;
}

.t-arrow {
    display: none;
}

.t-phone-bg {
    display: none;
}

@media(min-width:1201px) {
    .t-s:nth-child(2) {
        transition-delay: .2s;
    }

    .t-s:nth-child(3) {
        transition-delay: .4s;
    }

    .t-s:nth-child(4) {
        transition-delay: .6s;
    }

    .t-s:nth-child(5) {
        transition-delay: .8s;
    }

    .t-s:nth-child(6) {
        transition-delay: 1s;
    }

    .t-s:nth-child(7) {
        transition-delay: 1.2s;
    }
}

@media(max-width: 1200px) {
    .t-item {
        padding: 0 10px;
    }

    .t-des {
        font-size: 12px;
    }
}

@media(min-width: 761px) {
    .t-s.swiper-slide-active {
        padding-top: 1.87rem;
    }

    .t-s.swiper-slide-active+.t-s {
        padding-top: 1.68rem;
    }

    .t-s.swiper-slide-active+.t-s+.t-s {
        padding-top: 1.1rem;
    }

    .t-s.swiper-slide-active+.t-s+.t-s+.t-s {
        padding-top: .72rem;
    }

    .t-s.swiper-slide-active .t-des {
        max-height: 5rem;
    }

    .t-s.swiper-slide-active+.t-s .t-des {
        max-height: 5.19rem;
    }

    .t-s.swiper-slide-active+.t-s+.t-s .t-des {
        max-height: 5.77rem;
    }

    .t-s.swiper-slide-active+.t-s+.t-s+.t-s .t-des {
        max-height: 6.15rem;
    }

    .t-s.swiper-slide-active+.t-s+.t-s+.t-s+.t-s .t-des {
        max-height: 6.87rem;
    }
}

@media(max-width: 760px) {
    .t-main {
        padding: 10px;
        position: relative;
    }

    .t-inner {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100%;
        position: relative;
        overflow: hidden;
        padding: .5rem;
    }

    .t-box {
        background-image: none;
        height: auto;
        padding: 0 70px;
    }

    .t-bn {
        width: 100%;
        margin-left: 0;
    }

    .t-phone-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        max-width: none;
        display: block;
        object-fit: contain;
    }

    .t-arrow {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        cursor: pointer;
        background-image: url(../images/115.png);
        background-size: 100% 100%;
        opacity: 0.5;
        transition: all .3s;
        z-index: 123;
    }

    .t-prev {
        left: 10px;
    }

    .t-next {
        right: 10px;
        transform: rotate(180deg);
    }

    .t-box {
        display: none;
    }

    .t-item2 {
        display: block;
    }

    .t-item2 {
        padding: 5px 5px 5px 18px;
        border-left: 1px solid #99d8fa;
    }

    .t-item2:before {
        content: "";
        display: inline-block;
        border-left: 9px solid #99d8fa;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media(max-width: 500px) {
    .t-phone-bg {
        width: 100%;
        left: auto;
        right: 0px;
        margin-left: 0;
    }

    .t-des {
        font-size: 14px;
    }

    .t-item2 {
        padding-right: 0;
    }

    .t-bn .swiper-wrapper {
        align-items: center;
    }
}

.u-conts {
    width: 100%;
    position: relative;
}

.u-cont {
    width: 100%;
    font-size: 0;
    position: absolute;
    left: -200vw;
    top: -200vh;
}

.u-cont.show {
    left: 0;
    top: 0;
    position: relative;
}

.u-left {
    display: inline-block;
    vertical-align: top;
    width: 9.4rem;
    margin-top: 1.03rem;
}

.u-bn {
    width: 100%;
}

.u-s {
    position: relative;
    text-align: center;
}

.u-box {
    display: inline-block;
    vertical-align: top;
    padding: .35rem .45rem .32rem .39rem;
    position: relative;
    margin-bottom: .07rem;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
}

.u-s.swiper-slide-active .u-box {
    visibility: visible;
    opacity: 1;
}

.u-img {
    width: auto;
    max-width: none;
    height: 3.8rem;
    vertical-align: top;
}

.u-bar {
    display: block;
    background-size: 100% 100%;
    position: absolute;
}

.u-bar1 {
    width: .39rem;
    height: .35rem;
    background-image: url(../images/102.png);
    left: 0;
    top: 0;
}

.u-bar2 {
    width: calc(100% - 0.84rem);
    height: .35rem;
    background-image: url(../images/103.png);
    left: .39rem;
    top: 0;
}

.u-bar3 {
    width: .45rem;
    height: .35rem;
    background-image: url(../images/104.png);
    right: 0;
    top: 0;
}

.u-bar4 {
    width: .39rem;
    height: calc(100% - 0.67rem);
    background-image: url(../images/105.png);
    left: 0;
    top: .35rem;
}

.u-bar5 {
    width: .45rem;
    height: calc(100% - 0.67rem);
    background-image: url(../images/106.png);
    right: 0;
    top: .35rem;
}

.u-bar6 {
    width: .39rem;
    height: .32rem;
    background-image: url(../images/107.png);
    left: 0;
    bottom: 0;
}

.u-bar7 {
    width: calc(100% - 0.84rem);
    height: .32rem;
    background-image: url(../images/108.png);
    left: .39rem;
    bottom: 0;
}

.u-bar8 {
    width: .45rem;
    height: .32rem;
    background-image: url(../images/109.png);
    right: 0;
    bottom: 0;
}

.u-box:after {
    content: "";
    display: block;
    width: 100%;
    height: .07rem;
    background-image: url(../images/110.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -0.07rem;
}

.u-right {
    display: inline-block;
    vertical-align: top;
    width: 23.75em;
    margin-left: .11rem;
    padding-top: .45rem;
}

.u-wrap {
    width: 100%;
    height: 6.4rem;
    background-image: url(../images/111.jpg);
    background-size: 100% 100%;
}

.u-r-bn {
    width: 100%;
    height: 5rem;
}

.u-r-s {
    position: relative;
    height: auto;
}

.u-r-tit {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    transition: all .3s;
    line-height: 1.5;
    padding: .13rem .25rem;
}

.u-r-s.active .u-r-tit {
    background-color: #009df2;
    color: #fff;
}

.u-r-arrow {
    width: 100%;
    height: .34rem;
    background-size: .12rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.u-r-prev {
    background-image: url(../images/92.png);
}

.u-r-next {
    background-image: url(../images/93.png);
}

@media(min-width: 1201px) {
    .u-r-prev:hover {
        background-image: url(../images/94.png);
    }

    .u-r-next:hover {
        background-image: url(../images/95.png);
    }
}

@media(max-width: 1920px) {
    .u-r-arrow {
        height: 34px;
        background-size: 12px auto;
    }
}

@media(max-width: 1485px) {
    .u-r-tit {
        border-radius: 17px;
    }
}

@media(max-width: 1350px) {
    .u-r-bn {
        height: 4.5rem;
    }
}

@media(max-width: 1100px) {
    .u-right {
        width: calc(100% - 9.4rem);
        margin-left: 0;
        padding-right: 10px;
    }
}

@media(max-width: 900px) {
    .u-right {
        padding-top: 10px;
    }
}

@media(max-width: 760px) {
    .u-wrap {
        height: auto;
        background-image: none;
    }

    .u-left {
        width: 100%;
        margin-top: 10px;
    }

    .u-right {
        width: 100%;
    }

    .u-img {
        width: calc(100vw - 80px);
        height: auto;
    }
}

.w-main {
    width: 100%;
    background-color: #eaf3f8;
    padding-bottom: .5rem;
}

.w-inner {
    max-width: 16rem;
    margin: 0 auto;
    background-color: #fff;
    padding: .6rem .5rem .9rem;
    border-radius: 0 0 .1rem .1rem;
}

.w-wrap {
    width: 100%;
    position: relative;
    margin-top: 1.02rem;
}

.w-bn {
    width: 100%;
}

.w-s {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1200px
}

.w-box {
    width: 4.8rem;
    position: relative;
    transform-origin: left center;
    transition: all .3s;
}

.w-img {
    width: 100%;
    height: 4.41rem;
    position: relative;
    transition: all .3s;
    object-fit: cover;
}

.w-arrow {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    cursor: pointer;
    background-image: url(../images/115.png);
    background-size: 100% 100%;
    opacity: 0.5;
    transition: all .3s;
}

.w-prev {
    left: -0.74rem;
}

.w-next {
    right: -0.74rem;
    transform: rotate(180deg);
}

@media(min-width: 1201px) {
    .w-arrow:hover {
        background-image: url(../images/30.png);
        opacity: 1;
    }
}

@media(max-width: 800px) {
    .w-prev {
        left: -24px;
    }

    .w-next {
        right: -24px;
    }
}

@media(min-width: 761px) {
    .w-box {
        transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(66.9deg);
    }

    .w-s.swiper-slide-next .w-box {
        transform: translate3d(-0.28rem, 0px, 0px) rotateX(0deg) rotateY(70.8deg);
    }

    .w-s.swiper-slide-next+.w-s .w-box {
        transform: translate3d(-0.7rem, 0px, 0px) rotateX(0deg) rotateY(70.8deg);
    }

    .w-s.swiper-slide-next+.w-s+.w-s .w-box {
        transform: translate3d(-0.97rem, 0px, 0px) rotateX(0deg) rotateY(0deg);
    }

    .w-s.swiper-slide-next+.w-s+.w-s .w-box .w-img {
        height: 3.6rem;
        margin-top: 0.4rem;
    }

    .w-s.swiper-slide-next+.w-s+.w-s+.w-s .w-box {
        transform: translate3d(1.89rem, 0px, 0px) rotateX(0deg) rotateY(70.8deg);
    }

    .w-s.swiper-slide-next+.w-s+.w-s+.w-s+.w-s .w-box {
        transform: translate3d(0.92rem, 0px, 0px) rotateX(0deg) rotateY(70.8deg);
    }
}

@media(max-width: 760px) {
    .w-main {
        padding: 10px;
    }

    .w-inner {
        padding: 30px 0;
    }

    .w-box {
        width: 100%;
        padding-top: 75%;
        position: relative;
    }

    .w-img {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .w-wrap {
        padding: 0 10px;
    }

    .w-prev {
        left: 10px;
    }

    .w-next {
        right: 10px;
    }

    .w-wrap {
        margin-top: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.x-box {
    padding-top: 1.4rem;
    padding-left: 1rem;
    padding-bottom: 1.4rem;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.x-cont {
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
}

.x-left {
    padding-top: 0.63rem;
    float: left;
    font-size: 0;
    width: 65.7%;
    background-color: #fff;
}

.x-en {
    display: inline-block;
    vertical-align: top;
    color: #009df2;
    line-height: 1.25;
    width: 2.08rem;
    padding-right: .44rem;
    padding-top: .63rem;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.x-intro {
    padding-right: 0.8rem;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.08rem);
}

.x-tit {
    margin-bottom: 0.24rem;
    color: #009df2;
    font-weight: bold;
}

.x-text {
    color: #8f8f8f;
    line-height: 1.857;
    width: 100%;
    padding-top: .03rem;
}

.x-text * {
    line-height: inherit;
}

.x-right {
    padding-top: 0.63rem;
    float: right;
    width: 34.3%;
    padding-left: .8rem;
    padding-right: .2rem;
}

.x-dls {
    padding-top: .08rem;
    width: 100%;
}

.x-dl {
    margin-bottom: .29rem;
    width: 100%;
}

.x-dl:last-child {
    margin-bottom: 0;
}

.x-dt {
    margin-bottom: 0.428em;
    color: #999;
}

.x-dd {
    color: #333;
    line-height: 1.5;
}

.x-items {
    width: 100%;
    ;
    font-size: 0;
    transform: translate(0, 50%);
}

.x-one {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    display: inline-block;
    width: 2rem;
    background-color: #ffbf27;
    padding-left: .28rem;
}

.x-one:nth-child(2n) {
    background-color: #009df2;
}

.x-d {
    color: #fff;
    font-weight: bold;
    height: .4rem;
}

.x-t {
    color: #fff;
}

.x-dec {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(../images/113.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media(max-width: 1200px) {
    .x-right {
        padding-left: .2rem;
    }

    .x-intro {
        padding-right: .2rem;
    }

    .x-d {
        height: 27px;
    }
}

@media(max-width: 1000px) {
    .x-one {
        width: 110px;
    }
}

@media(max-width: 760px) {
    .x-box {
        padding: 0;
        background-image: none !important;
    }

    .x-dec {
        display: none;
    }

    .x-text {
        margin-bottom: 20px;
    }

    .x-items {
        transform: translate(0, 0);
    }

    .x-cont {
        display: block;
    }

    .x-left {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .x-right {
        float: none;
        width: 100%;
        padding-top: 30px;
    }

    .x-en {
        width: 75px;
        padding-right: 6px;
        padding-top: 39px;
        display: none;
    }

    .x-intro {
        padding-right: 10px;
        width: 100%;
        padding-left: 10px;
    }
}